testing.common.flushToParent (method)
9 uses
testing (current package)
fuzz.go#L414: f.flushToParent(f.name, format, "FAIL", f.name, dstr)
fuzz.go#L417: f.flushToParent(f.name, format, "SKIP", f.name, dstr)
fuzz.go#L419: f.flushToParent(f.name, format, "PASS", f.name, dstr)
fuzz.go#L657: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L682: func (c *common) flushToParent(testName, format string, args ...any) {
testing.go#L1383: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L1758: t.flushToParent(t.name, format, "FAIL", t.name, dstr)
testing.go#L1761: t.flushToParent(t.name, format, "SKIP", t.name, dstr)
testing.go#L1763: t.flushToParent(t.name, format, "PASS", t.name, dstr)